Software Development
epub, mobi |eng | 2014-10-08 | Author:Thomas, Dave [Thomas, Dave]

Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] ==> idna (compile) Compiled src/idna_ucs.erl Compiled src/idna.erl : : Compiled lib/issues/cli.ex Generated issues.app iex(1)> Let’s try it out: iex> Issues.GithubIssues.fetch("elixir-lang", ...
( Category: Software Development March 3,2015 )
epub, pdf |eng | 2011-10-30 | Author:Nick Kuh

birthday = [NSEntityDescription insertNewObjectForEntityForName:@"BRDBirthday" inManagedObjectContext:context]; name = dictionary[@"name"]; pic = dictionary[@"pic"]; birthdate = dictionary[@"birthdate"]; pathForPic = [[NSBundle mainBundle] pathForResource:pic ofType:nil]; imageData = [NSData dataWithContentsOfFile:pathForPic]; birthday.name = name; birthday.imageData = imageData; ...
( Category: Electronics March 3,2015 )
mobi |eng | 2012-03-20 | Author:Whittaker, James A. & Arbon, Jason & Carollo, Jeff [Whittaker, James A.]

There is also a lot of internal recruiting going on. Engineers are encouraged to change projects so there is always movement from team to team. Internal recruiting is focused on ...
( Category: Software Development March 3,2015 )
epub |eng | 1995-03-02 | Author:Erich Gamma & Richard Helm & Ralph Johnson & John Vlissides

Sample Code The following code shows how to implement user interface decorators in C++. We’ll assume there’s a Component class called VisualComponent. We define a subclass of VisualComponent called Decorator, ...
( Category: Software Reuse March 3,2015 )
epub |eng | | Author:Michael Fogus, Chris Houser

In section 1.5.6, we mentioned quoting and its effects on evaluation, and in this chapter we’ll expand on that theme fully as it relates to Clojure’s macro facility. But the ...
( Category: Software Development February 15,2015 )
epub |eng | 2012-04-08 | Author:Burris, Eddie [Burris, Eddie]

Figure 45 Inheritance doesn’t work well when different combinations of features are valid The examples above highlight some of the weaknesses associated with common approaches to extending the behavior of ...
( Category: Software Development February 13,2015 )
mobi |eng | 2010-06-21 | Author:Love, Robert [Love, Robert]

3 Because of architectural and NTP-related issues, however, not just any value is acceptable for HZ. On x86, 100, 500, and 1000 all work fine. A Tickless OS You might ...
( Category: Software Development February 13,2015 )
mobi, epub |eng | 2009-11-29 | Author:Petzold, Charles [Petzold, Charles]

Beginning about 1820, Babbage believed that he could design and build a machine that would automate the process of constructing a table, even to the point of setting up type ...
( Category: Software Development February 2,2015 )
epub, pdf |eng | 2014-06-12 | Author:Simon Monk [Monk, Simon]

* * * FIGURE 5-23 Moving the LEDs closer together. Run the DRC again. You may find an error relating to the ground plane, complaining of “width.” You can ignore ...
( Category: Electronics January 16,2015 )
epub |eng | 2008-08-20 | Author:Skiena, Steven S. [Skiena, Steven S.]

Bounded height priority queues are very useful in maintaining the vertices of a graph sorted by degree, which is a fundamental operation in graph algorithms. Still, they are not as ...
( Category: Combinatorics January 10,2015 )
mobi | | | Author:Nitesh Dhanjani

( Category: Software Development January 6,2015 )
epub |eng | 2013-07-23 | Author:Brad Kendall

8.3 Turning on an LED What You Need: 1 – LED 1 – Resistor – 1 KOhm (brown, black, red) 4 – Jumper Wires You will build a circuit by ...
( Category: Software Development January 6,2015 )
mobi |eng | 2011-12-28 | Author:Peter Seibel

Seibel: So should programmers go back and read all the old papers? Norvig: No, because there are lots of false starts and lots of mergers where two different fields develop ...
( Category: Software Development December 31,2014 )
epub |eng | 0101-01-01 | Author:Joel Spolsky

OK, back to the more interesting topic of managing humans, not CPUs. The trick here is that when you manage programmers, specifically, task switches take a really, really, really long ...
( Category: Software Development December 29,2014 )
epub |eng | 2013-08-13 | Author:Bill Bejeck [Bejeck, Bill]

In our example here, we are submitting a Callable object to the ExecutorService instance. The ExecutorService instance immediately returns the Future object; however, that does not imply the task is ...
( Category: Software Development December 29,2014 )